home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / CLB8R514.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  355 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LBP-8IIIR-PS" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011087 or 011441
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 11 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LBP-8IIIR-PS)"
  20. *PSVersion: "(51.4) 0"
  21. *NickName: "Canon LBP-8 Mark IIIR"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "128540"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize Executive: "statusdict begin executivetray end"
  106. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  107. *PageSize LegalSmall: "statusdict begin legaltray legalsmall end"
  108. *PageSize A4Small: "statusdict begin a4tray a4small end"
  109. *PageSize Envelope: "statusdict begin envelopetray end"
  110. *?PageSize: "
  111.  save statusdict begin
  112.   7 dict begin
  113.    /letter (Letter) def /lettersmall (LetterSmall) def
  114.    /legal (Legal) def /legalsmall (LegalSmall) def
  115.    /a4 (A4) def /a4small (A4Small) def
  116.    /executivepage (Executive) def
  117.    papersize {
  118.      {load exec} stopped not{= flush}if
  119.    }{
  120.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  121.    }ifelse
  122.   end
  123.  end restore
  124. "
  125. *End
  126.  
  127. *% These entries will set up the frame buffer. Usually used with manual feed or envelope.
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion Note: "note"
  132. *PageRegion A4: "a4"
  133. *PageRegion Executive: "executivepage"
  134. *PageRegion LetterSmall: "lettersmall"
  135. *PageRegion LegalSmall: "legalsmall"
  136. *PageRegion A4Small: "a4small"
  137.  
  138. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  139. *% These errors should be trapped by software and a message displayed
  140. *DefaultPaperTray: None
  141. *PaperTray Letter: "statusdict begin lettertray end"
  142. *PaperTray Legal: "statusdict begin legaltray end"
  143. *PaperTray A4: "statusdict begin a4tray end"
  144. *PaperTray Executive: "statusdict begin executivetray end"
  145. *PaperTray Envelope: "statusdict begin envelopetray end"
  146. *?PaperTray: "
  147.  save statusdict begin
  148.   4 dict begin
  149.    /letter (Letter) def
  150.    /legal (Legal) def
  151.    /a4 (A4) def
  152.    /executivepage (Executive) def
  153.    papersize {
  154.      {load exec} stopped not{= flush}if
  155.    }{
  156.      {load exec} stopped not{print (.Transverse) = flush}if
  157.    }ifelse
  158.   end
  159.  end restore
  160. "
  161. *End
  162.  
  163. *% The following entries provide information about specific paper keywords.
  164. *DefaultImageableArea: Letter
  165. *ImageableArea Letter: "15 8 597 784 "
  166. *ImageableArea Legal: "15 8 597 1000 "
  167. *ImageableArea A4: "13 10 577 832 "
  168. *ImageableArea Executive: "11 9 509 749 "
  169. *ImageableArea LetterSmall: "31 31 583 761 "
  170. *ImageableArea LegalSmall: "63 43 546 966 "
  171. *ImageableArea A4Small: "27 31 567 811 "
  172. *?ImageableArea: "
  173.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  174.   newpath clippath pathbbox
  175.   4 -2 roll exch 2 {ceiling cvp} repeat
  176.   exch 2 {floor cvp} repeat flush
  177.  restore
  178. "
  179. *End
  180.  
  181. *% These provide the physical dimensions of the paper (by keyword)
  182. *DefaultPaperDimension: Letter
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension Executive: "540 720"
  187. *PaperDimension LetterSmall: "612 792"
  188. *PaperDimension LegalSmall: "612 1008"
  189. *PaperDimension A4Small: "595 842"
  190.  
  191. *DefaultInputSlot: Upper
  192. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  193. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  194. *InputSlot Envelope: "statusdict begin 3 setpapertray end"
  195. *?InputSlot: "
  196.  save statusdict begin
  197.   4 dict begin
  198.    /0 (None) def
  199.    /1 (Lower) def
  200.    /2 (Upper) def
  201.    /3 (Envelope) def
  202.    papertray 
  203.      {( ) cvs cvn load exec} stopped not{= flush}if
  204.   end
  205.  end restore
  206. "
  207. *End
  208.  
  209. *DefaultManualFeed: False
  210. *?ManualFeed: "
  211.   statusdict /manualfeed get
  212.   {(True)}{(False)}ifelse = flush"
  213. *End
  214. *ManualFeed True: "statusdict begin /manualfeed true store end"
  215. *ManualFeed False: "statusdict begin /manualfeed false store end"
  216.  
  217. *DefaultOutputOrder: Normal
  218. *DefaultOutputBin: Upper
  219.  
  220. *DefaultCollator: None
  221. *DefaultSorter: None
  222. *DefaultDuplex: None
  223.  
  224. *% Font Information =====================
  225.  
  226. *DefaultFont: Courier
  227. *Font Courier: Standard "(001.004)"
  228. *Font Courier-Bold: Standard "(001.004)"
  229. *Font Courier-BoldOblique: Standard "(001.004)"
  230. *Font Courier-Oblique: Standard "(001.004)"
  231. *?FontQuery: "
  232. save  4 dict begin /sv exch def
  233. /str (fonts/                              ) def
  234. /st2 128 string def
  235. {
  236.   count 0 gt {
  237.     dup st2 cvs (/) print print (:) print
  238.     dup FontDirectory exch known {pop (Yes)}{
  239.      str exch st2 cvs dup length /len exch def
  240.      6 exch putinterval str 0 len 6 add getinterval mark exch
  241.      { } st2 filenameforall counttomark 0 gt {
  242.       cleartomark (Yes)}{cleartomark (No)}ifelse
  243.     }ifelse = flush
  244.   }{ exit } ifelse
  245. } bind loop
  246. (*) = flush
  247. sv end restore
  248. "
  249. *End
  250.  
  251. *?FontList: "
  252. save  2 dict begin /sv exch def
  253. /str 128 string def
  254. FontDirectory { pop == } bind forall flush
  255. /filenameforall where { 
  256.  pop save (fonts/*) { 
  257.   dup length 6 sub 6 exch getinterval cvn == 
  258.  } bind str filenameforall flush restore
  259. } if 
  260. (*) = flush
  261. sv end restore
  262. "
  263. *End
  264.  
  265. *% Printer Messages (verbatim from printer):
  266. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  267. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  268. *Message: "\FontName\ not found, using Courier"
  269.  
  270. *% Status (format: %%[ status: <one of these> ]%% )
  271. *Status: "idle"
  272. *Status: "busy"
  273. *Status: "waiting"
  274. *Status: "printing"
  275. *Status: "warming up"
  276. *Status: "initializing"
  277. *Status: "printing test page"
  278. *Status: "toner low"
  279. *Status: "U<->L feed"
  280. *Status: "envelope cassette incorrect"
  281. *Status: "printing engine test"
  282. *Status: "PrinterError: warming up"
  283. *Status: "PrinterError: request manual feed of                 "
  284. *Status: "PrinterError: no paper tray"
  285. *Status: "PrinterError: out of paper"
  286. *Status: "PrinterError: cover open"
  287. *Status: "PrinterError: paper entry misfeed"
  288. *Status: "PrinterError: paper exit misfeed"
  289. *Status: "PrinterError: no toner cartridge"
  290. *Status: "PrinterError: paper path 1"
  291. *Status: "PrinterError: beam detect error"
  292. *Status: "PrinterError: load option tray"
  293. *Status: "PrinterError: service call"
  294.  
  295. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  296. *Source: "serial25"
  297. *Source: "Centronics"
  298.  
  299. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  300. *PrinterError: "warming up"
  301. *PrinterError: "request manual feed of                 "
  302. *PrinterError: "no paper tray"
  303. *PrinterError: "out of paper"
  304. *PrinterError: "cover open"
  305. *PrinterError: "paper entry misfeed"
  306. *PrinterError: "paper exit misfeed"
  307. *PrinterError: "no toner cartridge"
  308. *PrinterError: "paper path 1"
  309. *PrinterError: "beam detect error"
  310. *PrinterError: "load option tray"
  311. *PrinterError: "service call"
  312.  
  313. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  314.  
  315. *% Color Separation Information =====================
  316.  
  317. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  318.  
  319. *InkName: ProcessBlack/Process Black
  320. *InkName: CustomColor/Custom Color
  321. *InkName: ProcessCyan/Process Cyan
  322. *InkName: ProcessMagenta/Process Magenta
  323. *InkName: ProcessYellow/Process Yellow
  324.  
  325. *%  For 60 lpi / 300 dpi  ===============================
  326.  
  327. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  328. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  329. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  330. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  331. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  332.  
  333. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338.  
  339. *%  For 53 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  342. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  343. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  344. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  345. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  348. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  349. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  350. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  351. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  352.  
  353.  
  354. *% end of PPD file for LBP-8IIIR-PS
  355.